home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-07 | 2.3 KB | 72 lines | [TEXT/MPS ] |
- #---------------------------------------------------------------------------------------------------
- # List here the Application's Name
- AppName = CRCCards
- #---------------------------------------------------------------------------------------------------
- # List here the MacApp building blocks that your application uses
- # if you want to be dependent on less than the full set.
- BuildingBlockIntf = ∂
- "{MAPInterfaces}UPrinting.p" ∂
- "{MAPInterfaces}UTEView.p" ∂
- "{MAPInterfaces}UDialog.p" ∂
- "{MAPInterfaces}UGridView.p"
- #-----------------------------------------------------------------------
- # List any additional interfaces that your application is dependent on
- OtherInterfaces = ∂
- "{SrcApp}UItem.p" ∂
- "{SrcApp}UCard.p" ∂
- "{SrcApp}UDesignDocument.p" ∂
- "{SrcApp}UMyViews.p" ∂
- "{SrcApp}UMyCommands.p" ∂
- "{SrcApp}UTextHandler.p"
- #-----------------------------------------------------------------------
- # Name any other object files to link in
- OtherLinkFiles = ∂
- "{ObjApp}UItem.p.o" ∂
- "{ObjApp}UCard.p.o" ∂
- "{ObjApp}UDesignDocument.p.o" ∂
- "{ObjApp}UMyViews.p.o" ∂
- "{ObjApp}UMyCommands.p.o" ∂
- "{ObjApp}UTextHandler.p.o"
- #-----------------------------------------------------------------------
- # Express any additional dependencies for separate compilations.
- # Include dependencies for the MacApp and Building block interfaces
- # if you are dependent on them
- "{ObjApp}UCRCCards.p.o" ƒ ∂
- "{SrcApp}UCRCCards.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
- "{ObjApp}UItem.p.o" ƒ ∂
- "{SrcApp}UItem.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
- "{ObjApp}UCard.p.o" ƒ ∂
- "{SrcApp}UCard.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
- "{ObjApp}UDesignDocument.p.o" ƒ ∂
- "{SrcApp}UDesignDocument.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
- "{ObjApp}UMyViews.p.o" ƒ ∂
- "{SrcApp}UMyViews.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
- "{ObjApp}UMyCommands.p.o" ƒ ∂
- "{SrcApp}UMyCommands.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
- "{ObjApp}UTextHandler.p.o" ƒ ∂
- "{SrcApp}UTextHandler.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
- #------------------------------------------------------------------------
- # List resource files that the Rez file includes if you want to include
- # more or less than the standard set
- OtherRsrcFiles = ∂
- "{MAObj}Printing.rsrc" ∂
- "{SrcApp}views.rsrc" ∂
- "{SrcApp}TypeMenu.rsrc" ∂
- "{SrcApp}Misc.rsrc"
-
-
-